func crypto/x509.marshalCertificatePolicies

2 uses

	crypto/x509 (current package)
		x509.go#L1204: 		ret[n], err = marshalCertificatePolicies(template.Policies, template.PolicyIdentifiers)
		x509.go#L1389: func marshalCertificatePolicies(policies []OID, policyIdentifiers []asn1.ObjectIdentifier) (pkix.Extension, error) {